home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / 32paft / _SETUP.1 / FTP.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-05-15  |  3KB  |  156 lines

  1. object AboutBox: TAboutBox
  2.   Left = 221
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'About'
  7.   ClientHeight = 172
  8.   ClientWidth = 299
  9.   Ctl3D = False
  10.   Color = clSilver
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'System'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 299
  25.     Height = 172
  26.     Align = alClient
  27.     Alignment = taLeftJustify
  28.     BevelInner = bvRaised
  29.     BevelOuter = bvNone
  30.     BevelWidth = 3
  31.     BorderStyle = bsSingle
  32.     Color = clSilver
  33.     TabOrder = 1
  34.     object ProgramIcon: TImage
  35.       Left = 8
  36.       Top = 8
  37.       Width = 70
  38.       Height = 70
  39.       AutoSize = True
  40.       Picture.Data = {<image000.bmp>}
  41.       Stretch = True
  42.       IsControl = True
  43.     end
  44.     object ProductName: TLabel
  45.       Left = 17
  46.       Top = 88
  47.       Width = 264
  48.       Height = 22
  49.       Caption = 'PrimaSoft Internet Organizer'
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = clBlue
  52.       Font.Height = -19
  53.       Font.Name = 'Arial'
  54.       Font.Style = [fsBold]
  55.       ParentFont = False
  56.       IsControl = True
  57.     end
  58.     object Version: TLabel
  59.       Left = 94
  60.       Top = 114
  61.       Width = 88
  62.       Height = 13
  63.       Caption = 'Version 1.0 (16-bit)'
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clBlue
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentFont = False
  70.       IsControl = True
  71.     end
  72.     object Copyright: TLabel
  73.       Left = 6
  74.       Top = 138
  75.       Width = 189
  76.       Height = 13
  77.       Caption = 'Copyright 1995-97 by PrimaSoft PC, Inc.'
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clBlack
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = []
  83.       ParentFont = False
  84.       IsControl = True
  85.     end
  86.     object SharewareText: TLabel
  87.       Left = 120
  88.       Top = 6
  89.       Width = 171
  90.       Height = 43
  91.       AutoSize = False
  92.       Caption = 
  93.         'This is a fully functional Trial version. You have 30 days for e' +
  94.         'valuation.'
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clBlack
  97.       Font.Height = -11
  98.       Font.Name = 'Arial'
  99.       Font.Style = []
  100.       ParentFont = False
  101.       Visible = False
  102.       WordWrap = True
  103.     end
  104.     object Label1: TLabel
  105.       Left = 83
  106.       Top = 8
  107.       Width = 83
  108.       Height = 16
  109.       Caption = 'Licensed To:'
  110.       Visible = False
  111.     end
  112.     object Label2: TLabel
  113.       Left = 83
  114.       Top = 23
  115.       Width = 206
  116.       Height = 14
  117.       AutoSize = False
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clBlack
  120.       Font.Height = -11
  121.       Font.Name = 'Arial'
  122.       Font.Style = []
  123.       ParentFont = False
  124.       Visible = False
  125.     end
  126.     object Label3: TLabel
  127.       Left = 6
  128.       Top = 152
  129.       Width = 123
  130.       Height = 13
  131.       Caption = 'http://www.primasoft.com'
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clBlack
  134.       Font.Height = -11
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = []
  137.       ParentFont = False
  138.     end
  139.   end
  140.   object BitBtn1: TBitBtn
  141.     Left = 216
  142.     Top = 133
  143.     Width = 73
  144.     Height = 28
  145.     Caption = '&OK'
  146.     TabOrder = 0
  147.     Kind = bkOK
  148.   end
  149.   object Timer1: TTimer
  150.     Interval = 20
  151.     OnTimer = Timer1Timer
  152.     Left = 262
  153.     Top = 60
  154.   end
  155. end
  156.